home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 November / cd joystick no120 novembre 2000 cd 1.iso / data / demos / gunlok / data1.cab / Program_Executable_Files / scripts / gastank.gsh < prev    next >
Text File  |  2000-08-22  |  1KB  |  72 lines

  1. /**** GASTANK ****/
  2.  
  3. #include "gastankfrag.gsh"
  4.  
  5.  
  6. shape Shp_gastanka
  7. {
  8.     file "levels\level06.rif"
  9.     name "gastank A"
  10. }
  11.  
  12. shape Shp_gastowera
  13. {
  14.     file "levels\level06.rif"
  15.     name "gastower A"
  16. }
  17.  
  18. shape Shp_gastowere
  19. {
  20.     file "levels\level06.rif"
  21.     name "gastower E"
  22. }
  23.  
  24. //shape Shp_gastowerf
  25. //{
  26. //    file "levels\level06.rif"
  27. //    name "gastower F"
  28. //}
  29.  
  30. shape Shp_hull
  31. {
  32.     file "levels\level06.rif"
  33.     name "hull"
  34. }
  35. /**** GASTANK ****/
  36.  
  37.  
  38.  
  39. role Rol_gastanka : Rol_PlacedObject
  40. {
  41.     shape         Shp_gastanka
  42.     destructibility     Frg_gastankfrag
  43.     identifier         "gastank"
  44.     ai        blocker
  45.     armour         22
  46. }
  47.  
  48. role Rol_gastowera : Rol_PlacedObject
  49. {
  50.     shape Shp_gastowera
  51.     destination selectable yes
  52. }
  53.  
  54. role Rol_gastowere : Rol_PlacedObject
  55. {
  56.     shape Shp_gastowere
  57.     destination selectable yes
  58. }
  59.  
  60. //role Rol_gastowerf : Rol_PlacedObject
  61. //{
  62. //    shape Shp_gastowerf
  63. //    destination selectable yes
  64. //}
  65.  
  66. role Rol_hull : Rol_PlacedObject
  67. {
  68.     shape Shp_hull
  69.     hit test ignore yes
  70. }
  71.  
  72.